home *** CD-ROM | disk | FTP | other *** search
/ Amiga News 96 / Amiga News 96.iso / amig_ad_os / avm / prog / source / recordconversation.avmsrc < prev    next >
Text File  |  1977-12-31  |  2KB  |  105 lines

  1. startrecord=true
  2. label=
  3. nodetype=7
  4. filename=avm:rexx/stdhead.avm
  5. nextactiontype=3
  6. nextactionaction=
  7. endrecord=true
  8. startrecord=true
  9. label=
  10. nodetype=14
  11. comment=Initialize log
  12. nextactiontype=3
  13. nextactionaction=
  14. endrecord=true
  15. startrecord=true
  16. label=
  17. nodetype=8
  18. line1=parse arg servername faxscript datascript distinctivering 'CID$' acidname '$' acidnumber '$'
  19. line2=call setclip(address() || 'FAXSCRIPT', faxscript)
  20. line3=call setclip(address() || 'DATASCRIPT', datascript)
  21. line4=call setclip(address() || 'CIDNAME', acidname)
  22. line5=call setclip(address() || 'CIDNUMBER', acidnumber)
  23. line6=
  24. line7=
  25. line8=
  26. line9=
  27. line10=
  28. nextactiontype=3
  29. nextactionaction=
  30. endrecord=true
  31. startrecord=true
  32. label=
  33. nodetype=8
  34. line1=handle = makeUniqueFile()
  35. line2=call initLogEntry()
  36. line3=call time('r')
  37. line4=
  38. line5=
  39. line6=
  40. line7=
  41. line8=
  42. line9=
  43. line10=
  44. nextactiontype=3
  45. nextactionaction=
  46. endrecord=true
  47. startrecord=true
  48. label=
  49. nodetype=0
  50. filename=voiceFile('manual', handle)
  51. recordinglength=500
  52. silenceinterval=-1
  53. silencethreshold=-1
  54. keyactiontype=3
  55. keyactionaction=
  56. quietactiontype=3
  57. quietactionaction=
  58. silenceactiontype=3
  59. silenceactionaction=
  60. faxactiontype=3
  61. faxactionaction=
  62. dataactiontype=3
  63. dataactionaction=
  64. busyactiontype=3
  65. busyactionaction=
  66. timedoutactiontype=3
  67. timedoutactionaction=
  68. abortactiontype=3
  69. abortactionaction=
  70. erroractiontype=3
  71. erroractionaction=
  72. nextactiontype=3
  73. nextactionaction=
  74. endrecord=true
  75. startrecord=true
  76. label=
  77. nodetype=14
  78. comment=Save log entry
  79. nextactiontype=3
  80. nextactionaction=
  81. endrecord=true
  82. startrecord=true
  83. label=
  84. nodetype=8
  85. line1=log.filename = handle
  86. line2=log.length = trunc(time('e'))
  87. line3=log.comment = ''
  88. line4=log.type = 'voice'; log.origMailbox = 'manual'
  89. line5=call saveLogEntry('manual', handle)
  90. line6=
  91. line7=
  92. line8=
  93. line9=
  94. line10=
  95. nextactiontype=3
  96. nextactionaction=
  97. endrecord=true
  98. startrecord=true
  99. label=
  100. nodetype=7
  101. filename=avm:rexx/simplestdtail.avm
  102. nextactiontype=3
  103. nextactionaction=
  104. endrecord=true
  105.